Contents page

Rules for Tools/Notation Options


Notation Options
#define NT_SHORTEN        1     /* shorten notes in chord to shortest value */ 
#define NT_EXTEND         2     /* extend notes in chord to greatest value */ 
#define NT_AUTOTIE        4     /* create ties in chords on the fly */ 
#define NT_AUTOSTEM       8     /* if on, computer chooses stem direction */ 
#define NT_STEMUP        16     /* user wants stem up */ 
#define NT_STEMDOWN      32     /* user wants stem down */
#define NT_AUTOREST      64     /* create rests automatically */ 
#define NT_OPPOSESTEM   128     /* oppose stems in different rhythms */